google.golang.org/grpc/internal/transport.http2Server.checkForHeaderListSize (method)

4 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L945: func (t *http2Server) checkForHeaderListSize(hf []hpack.HeaderField) bool {
		http2_server.go#L985: 		return t.checkForHeaderListSize(hf)
		http2_server.go#L1056: 	success, err := t.controlBuf.executeAndPut(func() bool { return t.checkForHeaderListSize(hf.hf) }, hf)
		http2_server.go#L1126: 		return t.checkForHeaderListSize(trailingHeader.hf)